home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1997 July & August
/
Amiga-CD 1997 #7-8.iso
/
pd-disketten
/
dms-gepackt
/
3_96
/
apd-3-96-3-2.dms
/
apd-3-96-3-2.adf
/
CP5
/
docs
/
arexxport
< prev
next >
Wrap
Text File
|
1980-01-01
|
2KB
|
88 lines
Cp5 Arexx Port
--------------
All arexx commands correspond to their menu or buttons on Control Panel 5,
unless otherwise stated.
The Arexx port is called CP5PORT, so to execute a command from another arexx
program you would enter the following
address CP5PORT "Command"
e.g.
To change to vertical mode
address command "GO_VERTICAL"
From ados you would use the command
rx 'address CP5PORT "command"'
Anything sent to CP5PORT with the prefix GO_ will be sent to the status
display window, so address CP5PORT "GO_SAY FRED", will display "GO FRED" in
the status display.
The Commands
------------
GO_ABOUT
GO_AMICONNECTPREFS
GO_ARCHIE
GO_AUTHOR - Emails Me!
GO_AUTO
GO_CHANGEDUSER - Tells CP that user details have been changed
GO_CHANGEPOP - Tells CP that the pop has changed
GO_CHANGEUSER
GO_CONNECT
GO_CONNECTED popname telno - Tells CP that you have connected to the net
GO_CPIS
GO_DEARC
GO_DISCONNECT
GO_DISCONNECTED - Tells CP that you have disconnected
GO_EDIT1 GO_EDIT2 .. GO_EDITn (where n is the edit menu number)
GO_EDITPREFS
GO_FINGER
GO_FTP
GO_GOPHER
GO_HELP
GO_IRC
GO_MAIL
GO_MAINPREFS
GO_MINI - Selects reduced horizontal display
GO_NEWS
GO_NEWSED
GO_NORMAL - Selects Normal Display
GO_OPT1 GO_OPT2 .. GO_OPTn (where n is the option number)
GO_OPTIONSPREFS
GO_POP1 GO_POP2 .. GO_POPn (where n is the pop number)
GO_POPSPREFS
GO_PREFS
GO_PREFSCHANGED
GO_PROGRAMSPREFS
GO_QUIT
GO_START
GO_STOP
GO_SYSCHANGED
GO_TELNET
GO_USER1 GO_USER2 .. GO_USERn (where n is the user number)
GO_UUXT
GO_VERTICAL - Selects Vertical Display
GO_WWW